home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / pcANYWHERE 2.0.zip / Disk 2.IMA / TRAILER.SC$ / TRAILER.SCR
Text File  |  1995-08-11  |  1KB  |  38 lines

  1.  
  2.  
  3. ;************************************************
  4. ;************************************************
  5. ;
  6. ;  commands above this line were recorded online
  7. ;
  8. ;************************************************
  9. ;************************************************
  10.     set echo off
  11.  
  12.  
  13. ;************************************************
  14. ;  a timeout occurred - end script
  15. ;************************************************
  16. @timeout:
  17.    goto @end
  18.     
  19. ;************************************************
  20. ;  user pressed escape - end script
  21. ;************************************************
  22. @cancel:
  23.    set cancel off                                ;    disable escape key trap
  24.    goto @end
  25.  
  26. ;************************************************
  27. ;  a disconnection was detected - end script
  28. ;************************************************
  29. @disconnect:
  30.    goto @end
  31.  
  32.  
  33. ;************************************************
  34. ;   end of script
  35. ;************************************************
  36. @end:     
  37.    beep
  38.    end terminal